diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/report/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/report/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/report/page.tsx b/app/[lng]/evcp/(evcp)/report/page.tsx index eeb6a91d..95566b05 100644 --- a/app/[lng]/evcp/(evcp)/report/page.tsx +++ b/app/[lng]/evcp/(evcp)/report/page.tsx @@ -10,11 +10,11 @@ import { DashboardClient } from "@/lib/dashboard/dashboard-client"; // 대시보드 데이터 로딩 컴포넌트 async function DashboardContent() { try { - const data = await getDashboardData("procurement"); + const data = await getDashboardData("evcp"); const handleRefresh = async () => { "use server"; - return await getDashboardData("procurement"); + return await getDashboardData("evcp"); }; return ( |
